home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / lookhere / about.frm next >
Text File  |  1995-05-08  |  2KB  |  72 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    Caption         =   "About"
  4.    ClientHeight    =   2520
  5.    ClientLeft      =   2205
  6.    ClientTop       =   1635
  7.    ClientWidth     =   4905
  8.    Height          =   2925
  9.    Left            =   2145
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2520
  15.    ScaleWidth      =   4905
  16.    Top             =   1290
  17.    Width           =   5025
  18.    Begin CommandButton Command1 
  19.       Caption         =   "OK"
  20.       Height          =   495
  21.       Left            =   1680
  22.       TabIndex        =   4
  23.       Top             =   1800
  24.       Width           =   1455
  25.    End
  26.    Begin PictureBox Picture1 
  27.       AutoSize        =   -1  'True
  28.       Height          =   510
  29.       Left            =   360
  30.       Picture         =   ABOUT.FRX:0000
  31.       ScaleHeight     =   480
  32.       ScaleWidth      =   480
  33.       TabIndex        =   3
  34.       Top             =   720
  35.       Width           =   510
  36.    End
  37.    Begin Label Label4 
  38.       Caption         =   "Copyright 1992 - by Jacob A. Jackson"
  39.       Height          =   255
  40.       Left            =   840
  41.       TabIndex        =   1
  42.       Top             =   1440
  43.       Width           =   3375
  44.    End
  45.    Begin Label Label2 
  46.       Caption         =   "Version 1.0"
  47.       Height          =   255
  48.       Left            =   1920
  49.       TabIndex        =   2
  50.       Top             =   840
  51.       Width           =   1095
  52.    End
  53.    Begin Label Label1 
  54.       Caption         =   "Flame for Windows"
  55.       FontBold        =   -1  'True
  56.       FontItalic      =   0   'False
  57.       FontName        =   "MS Sans Serif"
  58.       FontSize        =   12
  59.       FontStrikethru  =   0   'False
  60.       FontUnderline   =   0   'False
  61.       Height          =   375
  62.       Left            =   1320
  63.       TabIndex        =   0
  64.       Top             =   240
  65.       Width           =   2295
  66.    End
  67. End
  68. Sub Command1_Click ()
  69.     Unload About
  70. End Sub
  71.  
  72.